home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1339 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  509b  |  25 lines

  1. on(release){
  2.    _root.stopdragall();
  3.    if(_root.poz == "h")
  4.    {
  5.       _root.poz = "b";
  6.    }
  7.    if(_root.poz == "g")
  8.    {
  9.       _root.itembar_add(13);
  10.       _root.itembar_add(14);
  11.       _root.mince3._visible = false;
  12.       _root.mince5._visible = false;
  13.       _root.ii13 = 1;
  14.       _root.ii14 = 1;
  15.       _root.but_mince._visible = false;
  16.    }
  17.    else
  18.    {
  19.       _root.set_info(16);
  20.       _root.ic_none();
  21.       _root.ic_ruka();
  22.       _root.pepa.gotoAndPlay(_root.poz add "g");
  23.    }
  24. }
  25.